home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / audio-video / mediacenter / MediaCenter120207.exe / Media Jukebox / Visualizations / Track Info / Ocean / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-04-03  |  1.5 KB  |  70 lines

  1. /* At-Rules */
  2. @charset "iso-8859-1";
  3.  
  4. /* author: Johanne ChainĪ˜ 
  5.  Creation date: 11/6/2006 */
  6. html, body { height: 100%; }
  7.  
  8. body {
  9.         background-image: url(background.gif);
  10.         background-repeat: no-repeat;
  11.         background-position: right bottom;
  12. }
  13.  
  14. table, td, span {font-family: arial, tahoma;   font-size: 30px;   color: rgb(255, 255, 255);}
  15.  
  16. a:link {color: rgb(255,255,255);   text-decoration: none;}
  17. a:visited {color: rgb(98,98,98);   text-decoration: none;}
  18. a:hover {color: rgb(50,150,230);   text-decoration: underline;}
  19. a:active {color: rgb(255,255,255);   text-decoration: none;}
  20.  
  21. .space{
  22.         font-size: 2px;
  23. }
  24.  
  25. .gradient {
  26.         filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#003974,endColorStr=#00002f); 
  27.         float: left;
  28. }
  29.  
  30. .info {
  31.         color: rgb(255,255,255);
  32.         width: 100%;
  33.         padding-left: 4px;
  34.         padding-right: 4px;
  35. }
  36. .title {
  37.         font-size: 55px;
  38.           font-weight: bold;
  39.         padding-left: 4px;
  40.         padding-right: 4px;
  41.         color: rgb(250, 250, 250);
  42. }
  43. .artist {
  44.         font-size: 35px;
  45.         font-weight: bold;
  46.         color: rgb(0,114,188);
  47.         padding-left: 4px;
  48.         padding-right: 4px;
  49. }
  50. .tracka {
  51.         color: rgb(190,190,190);
  52.         font-weight: bold;
  53.         padding-left: 4px;
  54.         padding-right: 4px;
  55. }
  56. .trackb {
  57.         color: rgb(235,235,235);
  58.         font-weight: bold;
  59.         padding-left: 4px;
  60.         padding-right: 4px;
  61. }
  62. .albumart {
  63.         top: 0 px;
  64.         left: 0 px;
  65. }
  66. .album {
  67.       max-height: 100%;
  68. }
  69.  
  70. /* End of style section. Generated by AceHTML at 11/6/2006 1:30:30 PM */